As a user I want to be able to take a 1 over a number so that if I happen to divide in the wrong direction I can reverse the results to fix it rather than recalculating the division.

UAT

  • [] 10 <enter> <1overX> -> [.1]
  • [] .2 <enter> <1overX> -> [5]
  • [] -5 <enter> <1overX> -> [-.2]

<--Back